jupyter.wire.message

Undocumented in source.

Members

Functions

commCloseMessage
Message commCloseMessage(string commId, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
commCloseMessage
Message commCloseMessage(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
commMessage
Message commMessage(string commId, JSONValue data, JSONValue metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
commOpenMessage
Message commOpenMessage(string commId, string targetName, JSONValue data, JSONValue metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
completeMessage
Message completeMessage(Message requestMessage, CompleteResult result)
Undocumented in source. Be warned that the author may not have intended to support it.
displayDataMessage
Message displayDataMessage(JSONValue data, JSONValue metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
pubMessage
Message pubMessage(MessageHeader header, string msgType, JSONValue content, JSONValue metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
statusMessage
Message statusMessage(MessageHeader header, string status)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CompleteResult
struct CompleteResult
Undocumented in source.
Message
struct Message

A message sent to the kernel. See https://jupyter-client.readthedocs.io/en/stable/messaging.html#wire-protocol

MessageHeader
struct MessageHeader
Undocumented in source.

Meta